Get list of tokens owned by address
GEThttps://api.fuse.io/api/v0/explorer/?module=account&action=tokenlist
Get list of tokens owned by address
Request
Query Parameters
module stringrequired
Possible values: [account
]
action stringrequired
Possible values: [tokenlist
]
apiKey stringrequired
Example: pk_1234567890
address stringrequired
string containing the account address hash.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result object[]
status string
{
"message": "string",
"result": [
{}
],
"status": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
ResponseClear